Important
traceback to old version at any timerepositoriesR programming languageGit and GitHubIf you haven’t account, go to (https://github.com/).
1x)git config --global user.name “Your Name”git config --global user.email “your_email@example.com”ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
gh auth loginSSH.
R as your .gitignore template)git config --global --add safe.directorygit add . to add all filesgit commit -m "message" to commit messagegit push to push to GitHubWarning
when open project type git pull in terminal (to update repository) before making changes
files > 5MB ( Github allow send files until 25 MB).git reset --soft HEAD~2commit + pushDGM Lab